home *** CD-ROM | disk | FTP | other *** search
/ Paparazzi!: Tales of Tinseltown / Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso / pprazia2.dir / 00529_Script_FUG SKIPPY-CHUCK Go To < prev    next >
Text File  |  1995-05-21  |  682b  |  28 lines

  1. on mouseDown
  2.   put "GoTo" into f
  3.   put "GoToHL" into fHL
  4.   puppetSound "button.aif"
  5.   hiliter 23, f, fHL
  6. end 
  7.  
  8.  
  9.  
  10. on mouseUp
  11.   global gTheDay, theMovieName, payoffStart, payoffEnd,¼
  12.  whichPayOff, whichBuyer, gBusted, gDayOrNight
  13.   puppetsprite 48, false
  14.   turnOffDaycons
  15.   WhatDayIsIt
  16.   put "PayOff" into whichPayOff
  17.   put "NoBuyers" into whichBuyer
  18.   put "F06N28A.MOV" into theMovieName
  19.   
  20.   if gDayOrNight = "D" then put "SKDBFUG.MOV" into theMovieName --SKIPPY
  21.   if gDayOrNight = "N" then put "F06N28A.MOV" into theMovieName --CHUCK
  22.   
  23.   set payoffStart = 0
  24.   set payoffEnd = 0
  25.   set the castNum of sprite 23 = cast "GoTo"
  26.   updatestage
  27.   richOrPoor
  28. end